home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apt / apt.conf.d / 50unattended-upgrades < prev    next >
Text File  |  2008-10-13  |  602b  |  20 lines

  1. // Automatically upgrade packages from these (origin, archive) pairs
  2. Unattended-Upgrade::Allowed-Origins {
  3.     "Ubuntu intrepid-security";
  4. //    "Ubuntu intrepid-updates";
  5. };
  6.  
  7. // List of packages to not update
  8. Unattended-Upgrade::Package-Blacklist {
  9. //    "vim";
  10. //    "libc6";
  11. //    "libc6-dev";
  12. //    "libc6-i686";
  13. };
  14.  
  15. // Send email to this address for problems or packages upgrades
  16. // If empty or unset then no email is sent, make sure that you
  17. // have a working mail setup on your system. The package 'mailx'
  18. // must be installed or anything that provides /usr/bin/mail.
  19. //Unattended-Upgrade::Mail "root@localhost";
  20.